home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / freeWAIS-sf-1.1 / ui / util.h < prev    next >
C/C++ Source or Header  |  1994-08-04  |  835b  |  38 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the shell user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    jonathan@Think.COM
  9. */
  10.  
  11. /* Copyright (c) CNIDR (see ../COPYRIGHT) */
  12.  
  13. /*
  14.  * $Log: util.h,v $
  15.  * Revision 1.2  1994/08/05  07:19:27  pfeifer
  16.  * Release beta 04
  17.  *
  18.  * Revision 1.1  93/06/23  20:02:40  warnock
  19.  * Initial revision
  20.  * 
  21.  * Revision 1.1  1993/02/16  15:09:27  freewais
  22.  * Initial revision
  23.  *
  24.  * Revision 1.2  92/03/17  14:32:44  jonathan
  25.  * Prototyped and cleaned up.
  26.  * 
  27.  */
  28.  
  29. #ifndef _H_UTIL
  30. #define _H_UTIL
  31.  
  32. #include <cdialect.h>
  33.  
  34. int charlistlength _AP((char** list));
  35. void listlength _AP((List list));
  36. void find_value _AP((char* source, char* key, char* value, int value_size));
  37. #endif
  38.